Teal
#247F8F
CyanColor Codes
All color formats for development
HEX
#247F8FRGB
rgb(36, 127, 143)HSL
hsl(189, 60%, 35%)OKLCH
oklch(0.552 0.085 212)CMYK
cmyk(75%, 11%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#207281
2#1D6572
3#195964
4#154C56
5#123F47
6#0E3339
7#0B262B
8#07191D
9#040D0E
Tints
Lighter variations
1#2A96A9
2#31AEC4
3#45BCD1
4#60C5D7
5#7ACFDE
6#95D9E4
7#AFE2EB
8#CAECF2
9#E4F5F8
Tones
Muted variations
1#297B89
2#2E7784
3#34737F
4#397079
5#3E6C74
6#44686F
7#496469
8#4F6164
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 70CB #70CBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47BC #47BCD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9F #2D9FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247F #247F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F5F8;
--teal-200: #CAECF2;
--teal-300: #A1DDE8;
--teal-400: #70CBDB;
--teal-500: #47BCD1;
--teal-600: #2D9FB4;
--teal-700: #247F8F;
--teal-800: #1A5B66;
--teal-900: #103A41;
--teal-950: #0A2429;
}