Teal
#287A8A
CyanColor Codes
All color formats for development
HEX
#287A8ARGB
rgb(40, 122, 138)HSL
hsl(190, 55%, 35%)OKLCH
oklch(0.538 0.08 213.3)CMYK
cmyk(71%, 12%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#246E7D
2#20626F
3#1C5561
4#184953
5#143D45
6#103137
7#0C252A
8#08181C
9#040C0E
Tints
Lighter variations
1#3091A4
2#37A7BE
3#4BB6CB
4#65C0D2
5#7FCBDA
6#98D5E1
7#B2E0E9
8#CCEAF0
9#E5F5F8
Tones
Muted variations
1#2D7785
2#327381
3#37707C
4#3C6D77
5#416A72
6#46666D
7#4B6368
8#4F6063
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 75C6 #75C6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB6 #4DB6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3299 #3299AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287A #287A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #12383F | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F4F7;
--teal-200: #CCEAF0;
--teal-300: #A4DAE5;
--teal-400: #75C6D7;
--teal-500: #4DB6CB;
--teal-600: #3299AE;
--teal-700: #287A8A;
--teal-800: #1D5763;
--teal-900: #12383F;
--teal-950: #0B2328;
}