Teal
#24848F
CyanColor Codes
All color formats for development
HEX
#24848FRGB
rgb(36, 132, 143)HSL
hsl(186, 60%, 35%)OKLCH
oklch(0.565 0.087 206.4)CMYK
cmyk(75%, 8%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#207781
2#1D6A72
3#195C64
4#154F56
5#124247
6#0E3539
7#0B282B
8#071A1D
9#040D0E
Tints
Lighter variations
1#2A9DA9
2#31B5C4
3#45C3D1
4#60CBD7
5#7AD4DE
6#95DDE4
7#AFE5EB
8#CAEEF2
9#E4F6F8
Tones
Muted variations
1#298089
2#2E7C84
3#34777F
4#397379
5#3E6F74
6#446A6F
7#496669
8#4F6264
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 70D1 #70D1DB | Disabled statesSecondary iconsMuted text |
| 500 | 47C3 #47C3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA6 #2DA6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2484 #24848F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F6F8;
--teal-200: #CAEEF2;
--teal-300: #A1E1E8;
--teal-400: #70D1DB;
--teal-500: #47C3D1;
--teal-600: #2DA6B4;
--teal-700: #24848F;
--teal-800: #1A5E66;
--teal-900: #103C41;
--teal-950: #0A2629;
}