Teal
#27748B
CyanColor Codes
All color formats for development
HEX
#27748BRGB
rgb(39, 116, 139)HSL
hsl(194, 56%, 35%)OKLCH
oklch(0.523 0.081 221.6)CMYK
cmyk(72%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23687D
2#1F5D6F
3#1B5161
4#184654
5#143A46
6#102E38
7#0C232A
8#08171C
9#040C0E
Tints
Lighter variations
1#2F89A5
2#369FBF
3#4AAECC
4#64B9D3
5#7EC5DB
6#98D1E2
7#B1DCE9
8#CBE8F0
9#E5F3F8
Tones
Muted variations
1#2C7186
2#316F81
3#366C7C
4#3B6977
5#406772
6#45646D
7#4A6168
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 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D6 #A4D6E5 | BordersInactive statesPlaceholder text |
| 400 | 74C0 #74C0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAF #4CAFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3192 #3192AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2774 #27748B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C53 #1C5363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F2F7;
--teal-200: #CBE8F0;
--teal-300: #A4D6E5;
--teal-400: #74C0D8;
--teal-500: #4CAFCD;
--teal-600: #3192AF;
--teal-700: #27748B;
--teal-800: #1C5363;
--teal-900: #123540;
--teal-950: #0B2128;
}