Teal
#27858B
CyanColor Codes
All color formats for development
HEX
#27858BRGB
rgb(39, 133, 139)HSL
hsl(184, 56%, 35%)OKLCH
oklch(0.566 0.085 201.3)CMYK
cmyk(72%, 4%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23777D
2#1F6A6F
3#1B5D61
4#185054
5#144246
6#103538
7#0C282A
8#081B1C
9#040D0E
Tints
Lighter variations
1#2F9DA5
2#36B6BF
3#4AC3CC
4#64CCD3
5#7ED4DB
6#98DDE2
7#B1E5E9
8#CBEEF0
9#E5F6F8
Tones
Muted variations
1#2C8086
2#317C81
3#36787C
4#3B7377
5#406F72
6#456B6D
7#4A6668
8#4F6263
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 74D1 #74D1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC4 #4CC4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A7 #31A7AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2785 #27858B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5F #1C5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F6F7;
--teal-200: #CBEEF0;
--teal-300: #A4E1E5;
--teal-400: #74D1D8;
--teal-500: #4CC4CD;
--teal-600: #31A7AF;
--teal-700: #27858B;
--teal-800: #1C5F63;
--teal-900: #123D40;
--teal-950: #0B2628;
}