Black

#333300

Yellow

Color Codes

All color formats for development

HEX
#333300
RGB
rgb(51, 51, 0)
HSL
hsl(60, 100%, 10%)
OKLCH
oklch(0.311 0.068 109.8)
CMYK
cmyk(0%, 0%, 100%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.01:1

AA AAA

On Black Background

1.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFF
100
#FFFF
200
#FFFF
300
#FFFF
400
#FFFF
500
#FFFF
600
#E0E0
700
#B3B3
800
#8080
900
#5252
950
#3333

Shades

Darker variations

1#2E2E00
2#292900
3#242400
4#1F1F00
5#191A00
6#141400
7#0F0F00
8#0A0A00
9#050500

Tints

Lighter variations

1#616100
2#8F8F00
3#BDBD00
4#EBEB00
5#FFFF1A
6#FFFF47
7#FFFF75
8#FFFFA3
9#FFFFD1

Tones

Muted variations

1#303003
2#2E2E05
3#2B2B08
4#29290A
5#26260D
6#24240F
7#212112
8#1F1F14
9#1C1C17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFF
#FFFFF0
BackgroundsSubtle highlightsCard backgrounds
100
FFFF
#FFFFDB
Light backgroundsTable row hoverSkeleton loading
200
FFFF
#FFFFBD
Secondary backgroundsInput backgroundsDividers
300
FFFF
#FFFF8A
BordersInactive statesPlaceholder text
400
FFFF
#FFFF4D
Disabled statesSecondary iconsMuted text
500
FFFF
#FFFF1A
Primary brand colorCTAsActive elementsLinks
600
E0E0
#E0E000
Hover statesFocus ringsPrimary buttons hover
700
B3B3
#B3B300
Active/pressed statesDark mode accentsSecondary text
800
8080
#808000
Text on light backgroundsHeadingsStrong borders
900
5252
#525200
Primary textHigh emphasis contentDark headings
950
3333
#333300
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFFFF0;
  --black-100: #FFFFDB;
  --black-200: #FFFFBD;
  --black-300: #FFFF8A;
  --black-400: #FFFF4D;
  --black-500: #FFFF1A;
  --black-600: #E0E000;
  --black-700: #B3B300;
  --black-800: #808000;
  --black-900: #525200;
  --black-950: #333300;
}
Generate More ShadesCreate PaletteConvert Color