Teal
#27778B
CyanColor Codes
All color formats for development
HEX
#27778BRGB
rgb(39, 119, 139)HSL
hsl(192, 56%, 35%)OKLCH
oklch(0.53 0.081 217.9)CMYK
cmyk(72%, 14%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236B7D
2#1F5F6F
3#1B5361
4#184854
5#143C46
6#103038
7#0C242A
8#08181C
9#040C0E
Tints
Lighter variations
1#2F8DA5
2#36A4BF
3#4AB2CC
4#64BDD3
5#7EC8DB
6#98D3E2
7#B1DEE9
8#CBE9F0
9#E5F4F8
Tones
Muted variations
1#2C7486
2#317181
3#366E7C
4#3B6B77
5#406872
6#45656D
7#4A6268
8#4F5F63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CBE9F0;
--teal-300: #A4D8E5;
--teal-400: #74C4D8;
--teal-500: #4CB3CD;
--teal-600: #3196AF;
--teal-700: #27778B;
--teal-800: #1C5563;
--teal-900: #123740;
--teal-950: #0B2228;
}