Teal
#287C8A
CyanColor Codes
All color formats for development
HEX
#287C8ARGB
rgb(40, 124, 138)HSL
hsl(189, 55%, 35%)OKLCH
oklch(0.543 0.081 210.8)CMYK
cmyk(71%, 10%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#246F7D
2#20636F
3#1C5761
4#184A53
5#143E45
6#103137
7#0C252A
8#08191C
9#040C0E
Tints
Lighter variations
1#3093A4
2#37AABE
3#4BB8CB
4#65C2D2
5#7FCCDA
6#98D6E1
7#B2E0E9
8#CCEBF0
9#E5F5F8
Tones
Muted variations
1#2D7885
2#327581
3#37717C
4#3C6E77
5#416A72
6#46676D
7#4B6468
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 | CCEB #CCEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 75C8 #75C8D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB8 #4DB8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 329B #329BAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287C #287C8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D58 #1D5863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #12393F | 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: #CCEBF0;
--teal-300: #A4DBE5;
--teal-400: #75C8D7;
--teal-500: #4DB8CB;
--teal-600: #329BAE;
--teal-700: #287C8A;
--teal-800: #1D5863;
--teal-900: #12393F;
--teal-950: #0B2328;
}