Orange

#F1BB27

Orange

Color Codes

All color formats for development

HEX
#F1BB27
RGB
rgb(241, 187, 39)
HSL
hsl(44, 88%, 55%)
OKLCH
oklch(0.819 0.159 86.2)
CMYK
cmyk(0%, 22%, 84%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFA
100
#FDF4
200
#FBEB
300
#F8DC
400
#F4CA
500
#F1BB
600
#D39E
700
#A87E
800
#785A
900
#4D3A
950
#3024

Shades

Darker variations

1#EDB20F
2#D39E0D
3#B98A0C
4#9E770A
5#846308
6#694F07
7#4F3B05
8#352803
9#1A1402

Tints

Lighter variations

1#F3C23D
2#F4C952
3#F5D068
4#F7D67E
5#F8DD93
6#F9E4A9
7#FBEBBE
8#FCF1D4
9#FEF8E9

Tones

Muted variations

1#E7B731
2#DDB23B
3#D3AD46
4#C9A950
5#BFA45A
6#B59F64
7#AB9A6E
8#A09678
9#969182

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFA
#FEFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF4
#FDF4DD
Light backgroundsTable row hoverSkeleton loading
200
FBEB
#FBEBC1
Secondary backgroundsInput backgroundsDividers
300
F8DC
#F8DC91
BordersInactive statesPlaceholder text
400
F4CA
#F4CA57
Disabled statesSecondary iconsMuted text
500
F1BB
#F1BB27
Primary brand colorCTAsActive elementsLinks
600
D39E
#D39E0D
Hover statesFocus ringsPrimary buttons hover
700
A87E
#A87E0B
Active/pressed statesDark mode accentsSecondary text
800
785A
#785A08
Text on light backgroundsHeadingsStrong borders
900
4D3A
#4D3A05
Primary textHigh emphasis contentDark headings
950
3024
#302403
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FEFAF1;
  --orange-100: #FDF4DD;
  --orange-200: #FBEBC1;
  --orange-300: #F8DC91;
  --orange-400: #F4CA57;
  --orange-500: #F1BB27;
  --orange-600: #D39E0D;
  --orange-700: #A87E0B;
  --orange-800: #785A08;
  --orange-900: #4D3A05;
  --orange-950: #302403;
}
Generate More ShadesCreate PaletteConvert Color