Teal
#277B8B
CyanColor Codes
All color formats for development
HEX
#277B8BRGB
rgb(39, 123, 139)HSL
hsl(190, 56%, 35%)OKLCH
oklch(0.54 0.081 213)CMYK
cmyk(72%, 12%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236E7D
2#1F626F
3#1B5661
4#184A54
5#143D46
6#103138
7#0C252A
8#08191C
9#040C0E
Tints
Lighter variations
1#2F91A5
2#36A8BF
3#4AB6CC
4#64C1D3
5#7ECBDB
6#98D5E2
7#B1E0E9
8#CBEAF0
9#E5F5F8
Tones
Muted variations
1#2C7786
2#317481
3#36717C
4#3B6D77
5#406A72
6#45676D
7#4A6368
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 | CBEA #CBEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 74C7 #74C7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB7 #4CB7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319A #319AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277B #277B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C58 #1C5863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #123840 | 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: #CBEAF0;
--teal-300: #A4DAE5;
--teal-400: #74C7D8;
--teal-500: #4CB7CD;
--teal-600: #319AAF;
--teal-700: #277B8B;
--teal-800: #1C5863;
--teal-900: #123840;
--teal-950: #0B2328;
}