Teal
#24788F
CyanColor Codes
All color formats for development
HEX
#24788FRGB
rgb(36, 120, 143)HSL
hsl(193, 60%, 35%)OKLCH
oklch(0.534 0.085 220.2)CMYK
cmyk(75%, 16%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206C81
2#1D6072
3#195464
4#154856
5#123C47
6#0E3039
7#0B242B
8#07181D
9#040C0E
Tints
Lighter variations
1#2A8EA9
2#31A4C4
3#45B2D1
4#60BDD7
5#7AC8DE
6#95D3E4
7#AFDEEB
8#CAE9F2
9#E4F4F8
Tones
Muted variations
1#297589
2#2E7284
3#346E7F
4#396B79
5#3E6874
6#44656F
7#496269
8#4F5F64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D8 #A1D8E8 | BordersInactive statesPlaceholder text |
| 400 | 70C4 #70C4DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B3 #47B3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D96 #2D96B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2478 #24788F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F3F8;
--teal-200: #CAE9F2;
--teal-300: #A1D8E8;
--teal-400: #70C4DB;
--teal-500: #47B3D1;
--teal-600: #2D96B4;
--teal-700: #24788F;
--teal-800: #1A5566;
--teal-900: #103741;
--teal-950: #0A2229;
}