Teal
#287D8A
CyanColor Codes
All color formats for development
HEX
#287D8ARGB
rgb(40, 125, 138)HSL
hsl(188, 55%, 35%)OKLCH
oklch(0.545 0.081 209.6)CMYK
cmyk(71%, 9%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24717D
2#20646F
3#1C5861
4#184B53
5#143F45
6#103237
7#0C262A
8#08191C
9#040D0E
Tints
Lighter variations
1#3095A4
2#37ACBE
3#4BBACB
4#65C4D2
5#7FCEDA
6#98D7E1
7#B2E1E9
8#CCEBF0
9#E5F5F8
Tones
Muted variations
1#2D7A85
2#327681
3#37727C
4#3C6F77
5#416B72
6#46686D
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 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 75CA #75CAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBB #4DBBCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 329D #329DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287D #287D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D59 #1D5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #12393F | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | 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: #A4DCE5;
--teal-400: #75CAD7;
--teal-500: #4DBBCB;
--teal-600: #329DAE;
--teal-700: #287D8A;
--teal-800: #1D5963;
--teal-900: #12393F;
--teal-950: #0B2428;
}