Teal
#277C8B
CyanColor Codes
All color formats for development
HEX
#277C8BRGB
rgb(39, 124, 139)HSL
hsl(189, 56%, 35%)OKLCH
oklch(0.543 0.082 211.8)CMYK
cmyk(72%, 11%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23707D
2#1F636F
3#1B5761
4#184B54
5#143E46
6#103238
7#0C252A
8#08191C
9#040C0E
Tints
Lighter variations
1#2F93A5
2#36AABF
3#4AB8CC
4#64C3D3
5#7ECDDB
6#98D7E2
7#B1E1E9
8#CBEBF0
9#E5F5F8
Tones
Muted variations
1#2C7986
2#317581
3#36727C
4#3B6E77
5#406B72
6#45676D
7#4A6468
8#4F6063
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 74C9 #74C9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB9 #4CB9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319C #319CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277C #277C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C59 #1C5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #123940 | 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: #E3F4F7;
--teal-200: #CBEBF0;
--teal-300: #A4DBE5;
--teal-400: #74C9D8;
--teal-500: #4CB9CD;
--teal-600: #319CAF;
--teal-700: #277C8B;
--teal-800: #1C5963;
--teal-900: #123940;
--teal-950: #0B2328;
}