Teal
#27728B
BlueColor Codes
All color formats for development
HEX
#27728BRGB
rgb(39, 114, 139)HSL
hsl(195, 56%, 35%)OKLCH
oklch(0.517 0.082 224.1)CMYK
cmyk(72%, 18%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23677D
2#1F5B6F
3#1B5061
4#184554
5#143946
6#102E38
7#0C222A
8#08171C
9#040B0E
Tints
Lighter variations
1#2F87A5
2#369DBF
3#4AABCC
4#64B7D3
5#7EC3DB
6#98CFE2
7#B1DBE9
8#CBE7F0
9#E5F3F8
Tones
Muted variations
1#2C7086
2#316D81
3#366B7C
4#3B6877
5#406672
6#45636D
7#4A6168
8#4F5E63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D5 #A4D5E5 | BordersInactive statesPlaceholder text |
| 400 | 74BF #74BFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAC #4CACCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3190 #3190AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2772 #27728B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C52 #1C5263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #123440 | 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: #F3F9FC;
--teal-100: #E3F2F7;
--teal-200: #CBE7F0;
--teal-300: #A4D5E5;
--teal-400: #74BFD8;
--teal-500: #4CACCD;
--teal-600: #3190AF;
--teal-700: #27728B;
--teal-800: #1C5263;
--teal-900: #123440;
--teal-950: #0B2128;
}