Teal
#27798B
CyanColor Codes
All color formats for development
HEX
#27798BRGB
rgb(39, 121, 139)HSL
hsl(191, 56%, 35%)OKLCH
oklch(0.535 0.081 215.4)CMYK
cmyk(72%, 13%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236D7D
2#1F616F
3#1B5561
4#184954
5#143C46
6#103038
7#0C242A
8#08181C
9#040C0E
Tints
Lighter variations
1#2F8FA5
2#36A6BF
3#4AB4CC
4#64BFD3
5#7ECADB
6#98D4E2
7#B1DFE9
8#CBEAF0
9#E5F4F8
Tones
Muted variations
1#2C7686
2#317381
3#366F7C
4#3B6C77
5#406972
6#45666D
7#4A6368
8#4F6063
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D9 #A4D9E5 | BordersInactive statesPlaceholder text |
| 400 | 74C5 #74C5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB5 #4CB5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3198 #3198AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2779 #27798B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C56 #1C5663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CBEAF0;
--teal-300: #A4D9E5;
--teal-400: #74C5D8;
--teal-500: #4CB5CD;
--teal-600: #3198AF;
--teal-700: #27798B;
--teal-800: #1C5663;
--teal-900: #123740;
--teal-950: #0B2328;
}