#ffce1b Color Schemes and Preview
The color #ffce1b has a rich RGB composition of 100.0% red, 80.8% green, and 10.6% blue. With its HSL value being H:47°, S:100%, L:55%. It pairs with complementary colors like #1b4cff or harmonious analogous tones such as #ffce1b and #beff1b.
Color Conversion
RGB: R:255, G:206, B:27
HSL: H:47°, S:100%, L:55%
CMYK: C:0, M:19, Y:89, K:0
Similar Colors to #ffce1b
Colors That Go with #ffce1b
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Complementary Colors
Analogous Colors
Split Complementary Colors
Triadic Colors
Monochromatic Colors
Color Preview
This section previews how the color looks when used in different ways.
This text is styled with the color #ffce1b.
This inline text is colored with #ffce1b.Accessibility: Contrast Checker
Large Text
Normal Text
1.49:1
WCAG 2.2 Simple Contrast
Large Text: fail
AAA Normal Text: fail
AAA Large Text: fail
Large Text
Normal Text
14.10:1
WCAG 2.2 Simple Contrast
Large Text: pass
AAA Normal Text: pass
AAA Large Text: pass
CSS Codes
Use the following CSS snippets to apply the color to text, background, or borders.
/* Text Color */ .text { color: #ffce1b; } /* Background Color */ .background { background-color: #ffce1b; } /* Border Color */ .border { border: 1px solid #ffce1b; }
#ffce1b Border Color
<div style="border:3px solid #ffce1b">Div content here</div>
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffce1b; -webkit-box-shadow: 1px 1px 3px 2px #ffce1b; box-shadow: 1px 1px 3px 2px #ffce1b">Div content here</div>
Text Shadow with Hex Values
Text here
This text has shadow with hex values.
<p style="text-shadow: 4px 4px 2px #ffce1b;">Text here</p>
Text Shadow with RGB Values
Text here
This text has shadow with RGB values.
<p style="text-shadow: 4px 4px 2px rgba(255, 206, 27, 0.8);">Text here</p>