Teal
#24768F
CyanColor Codes
All color formats for development
HEX
#24768FRGB
rgb(36, 118, 143)HSL
hsl(194, 60%, 35%)OKLCH
oklch(0.529 0.085 222.6)CMYK
cmyk(75%, 17%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206A81
2#1D5E72
3#195264
4#154756
5#123B47
6#0E2F39
7#0B232B
8#07181D
9#040C0E
Tints
Lighter variations
1#2A8CA9
2#31A2C4
3#45B0D1
4#60BBD7
5#7AC7DE
6#95D2E4
7#AFDDEB
8#CAE8F2
9#E4F4F8
Tones
Muted variations
1#297389
2#2E7084
3#346D7F
4#396A79
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 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 70C2 #70C2DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B1 #47B1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D94 #2D94B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2476 #24768F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103641 | 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: #CAE8F2;
--teal-300: #A1D7E8;
--teal-400: #70C2DB;
--teal-500: #47B1D1;
--teal-600: #2D94B4;
--teal-700: #24768F;
--teal-800: #1A5466;
--teal-900: #103641;
--teal-950: #0A2229;
}