Teal
#27868B
CyanColor Codes
All color formats for development
HEX
#27868BRGB
rgb(39, 134, 139)HSL
hsl(183, 56%, 35%)OKLCH
oklch(0.569 0.085 200.2)CMYK
cmyk(72%, 4%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23797D
2#1F6B6F
3#1B5E61
4#185154
5#144346
6#103638
7#0C282A
8#081B1C
9#040D0E
Tints
Lighter variations
1#2F9FA5
2#36B8BF
3#4AC5CC
4#64CED3
5#7ED6DB
6#98DEE2
7#B1E6E9
8#CBEFF0
9#E5F7F8
Tones
Muted variations
1#2C8286
2#317D81
3#36797C
4#3B7477
5#407072
6#456B6D
7#4A6768
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 | CBEF #CBEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 74D3 #74D3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC6 #4CC6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A9 #31A9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2786 #27868B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C60 #1C6063 | 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: #CBEFF0;
--teal-300: #A4E2E5;
--teal-400: #74D3D8;
--teal-500: #4CC6CD;
--teal-600: #31A9AF;
--teal-700: #27868B;
--teal-800: #1C6063;
--teal-900: #123D40;
--teal-950: #0B2628;
}