Black

#302603

Yellow

Color Codes

All color formats for development

HEX
#302603
RGB
rgb(48, 38, 3)
HSL
hsl(47, 88%, 10%)
OKLCH
oklch(0.272 0.052 92.6)
CMYK
cmyk(0%, 21%, 94%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.95:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF6
200
#FBEE
300
#F8E2
400
#F4D2
500
#F1C5
600
#D3A8
700
#A886
800
#7860
900
#4D3D
950
#3026

Shades

Darker variations

1#2B2203
2#261F02
3#221B02
4#1D1702
5#181302
6#130F01
7#0E0B01
8#0A0801
9#050400

Tints

Lighter variations

1#5B4906
2#866B09
3#B18D0B
4#DDB00E
5#F1C527
6#F4D152
7#F7DC7E
8#F9E8A9
9#FCF3D4

Tones

Muted variations

1#2E2505
2#2B2408
3#29220A
4#27210C
5#25200E
6#221F11
7#201D13
8#1E1C15
9#1C1B17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF6
#FDF6DD
Light backgroundsTable row hoverSkeleton loading
200
FBEE
#FBEEC1
Secondary backgroundsInput backgroundsDividers
300
F8E2
#F8E291
BordersInactive statesPlaceholder text
400
F4D2
#F4D257
Disabled statesSecondary iconsMuted text
500
F1C5
#F1C527
Primary brand colorCTAsActive elementsLinks
600
D3A8
#D3A80D
Hover statesFocus ringsPrimary buttons hover
700
A886
#A8860B
Active/pressed statesDark mode accentsSecondary text
800
7860
#786008
Text on light backgroundsHeadingsStrong borders
900
4D3D
#4D3D05
Primary textHigh emphasis contentDark headings
950
3026
#302603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEFBF1;
  --black-100: #FDF6DD;
  --black-200: #FBEEC1;
  --black-300: #F8E291;
  --black-400: #F4D257;
  --black-500: #F1C527;
  --black-600: #D3A80D;
  --black-700: #A8860B;
  --black-800: #786008;
  --black-900: #4D3D05;
  --black-950: #302603;
}
Generate More ShadesCreate PaletteConvert Color