Teal
#247B8F
CyanColor Codes
All color formats for development
HEX
#247B8FRGB
rgb(36, 123, 143)HSL
hsl(191, 60%, 35%)OKLCH
oklch(0.541 0.085 216.7)CMYK
cmyk(75%, 14%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206F81
2#1D6372
3#195664
4#154A56
5#123E47
6#0E3139
7#0B252B
8#07191D
9#040C0E
Tints
Lighter variations
1#2A92A9
2#31A9C4
3#45B7D1
4#60C1D7
5#7ACCDE
6#95D6E4
7#AFE0EB
8#CAEAF2
9#E4F5F8
Tones
Muted variations
1#297889
2#2E7484
3#34717F
4#396E79
5#3E6A74
6#44676F
7#496369
8#4F6064
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 70C8 #70C8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B8 #47B8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9B #2D9BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247B #247B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F4F8;
--teal-200: #CAEAF2;
--teal-300: #A1DBE8;
--teal-400: #70C8DB;
--teal-500: #47B8D1;
--teal-600: #2D9BB4;
--teal-700: #247B8F;
--teal-800: #1A5866;
--teal-900: #103841;
--teal-950: #0A2329;
}