Teal
#287F8A
CyanColor Codes
All color formats for development
HEX
#287F8ARGB
rgb(40, 127, 138)HSL
hsl(187, 55%, 35%)OKLCH
oklch(0.551 0.082 207.2)CMYK
cmyk(71%, 8%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24727D
2#20666F
3#1C5961
4#184C53
5#143F45
6#103337
7#0C262A
8#08191C
9#040D0E
Tints
Lighter variations
1#3096A4
2#37AEBE
3#4BBCCB
4#65C5D2
5#7FCFDA
6#98D9E1
7#B2E2E9
8#CCECF0
9#E5F5F8
Tones
Muted variations
1#2D7B85
2#327781
3#37747C
4#3C7077
5#416C72
6#46686D
7#4B6568
8#4F6163
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DD #A4DDE5 | BordersInactive statesPlaceholder text |
| 400 | 75CB #75CBD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBD #4DBDCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A0 #32A0AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287F #287F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5B #1D5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A3F | 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: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CCECF0;
--teal-300: #A4DDE5;
--teal-400: #75CBD7;
--teal-500: #4DBDCB;
--teal-600: #32A0AE;
--teal-700: #287F8A;
--teal-800: #1D5B63;
--teal-900: #123A3F;
--teal-950: #0B2428;
}