Teal
#27818B
CyanColor Codes
All color formats for development
HEX
#27818BRGB
rgb(39, 129, 139)HSL
hsl(186, 56%, 35%)OKLCH
oklch(0.556 0.083 205.8)CMYK
cmyk(72%, 7%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23747D
2#1F676F
3#1B5A61
4#184E54
5#144146
6#103438
7#0C272A
8#081A1C
9#040D0E
Tints
Lighter variations
1#2F99A5
2#36B1BF
3#4ABFCC
4#64C8D3
5#7ED1DB
6#98DAE2
7#B1E4E9
8#CBEDF0
9#E5F6F8
Tones
Muted variations
1#2C7D86
2#317981
3#36757C
4#3B7177
5#406D72
6#45696D
7#4A6568
8#4F6163
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DF #A4DFE5 | BordersInactive statesPlaceholder text |
| 400 | 74CE #74CED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC0 #4CC0CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A2 #31A2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2781 #27818B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5C #1C5C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CBEDF0;
--teal-300: #A4DFE5;
--teal-400: #74CED8;
--teal-500: #4CC0CD;
--teal-600: #31A2AF;
--teal-700: #27818B;
--teal-800: #1C5C63;
--teal-900: #123B40;
--teal-950: #0B2528;
}