Teal
#27768B
CyanColor Codes
All color formats for development
HEX
#27768BRGB
rgb(39, 118, 139)HSL
hsl(193, 56%, 35%)OKLCH
oklch(0.528 0.081 219.2)CMYK
cmyk(72%, 15%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236A7D
2#1F5E6F
3#1B5261
4#184754
5#143B46
6#102F38
7#0C232A
8#08181C
9#040C0E
Tints
Lighter variations
1#2F8BA5
2#36A1BF
3#4AB0CC
4#64BBD3
5#7EC6DB
6#98D2E2
7#B1DDE9
8#CBE8F0
9#E5F4F8
Tones
Muted variations
1#2C7386
2#317081
3#366D7C
4#3B6A77
5#406772
6#45656D
7#4A6268
8#4F5F63
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 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 74C2 #74C2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB1 #4CB1CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3194 #3194AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2776 #27768B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C54 #1C5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CBE8F0;
--teal-300: #A4D7E5;
--teal-400: #74C2D8;
--teal-500: #4CB1CD;
--teal-600: #3194AF;
--teal-700: #27768B;
--teal-800: #1C5463;
--teal-900: #123640;
--teal-950: #0B2228;
}