Teal
#277E8B
CyanColor Codes
All color formats for development
HEX
#277E8BRGB
rgb(39, 126, 139)HSL
hsl(188, 56%, 35%)OKLCH
oklch(0.548 0.082 209.4)CMYK
cmyk(72%, 9%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23717D
2#1F656F
3#1B5861
4#184C54
5#143F46
6#103238
7#0C262A
8#08191C
9#040D0E
Tints
Lighter variations
1#2F95A5
2#36ADBF
3#4ABBCC
4#64C4D3
5#7ECEDB
6#98D8E2
7#B1E2E9
8#CBEBF0
9#E5F5F8
Tones
Muted variations
1#2C7A86
2#317781
3#36737C
4#3B6F77
5#406C72
6#45686D
7#4A6468
8#4F6163
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 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 74CA #74CAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBB #4CBBCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319E #319EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277E #277E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5A #1C5A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | 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: #A4DCE5;
--teal-400: #74CAD8;
--teal-500: #4CBBCD;
--teal-600: #319EAF;
--teal-700: #277E8B;
--teal-800: #1C5A63;
--teal-900: #123A40;
--teal-950: #0B2428;
}