Teal
#27808B
CyanColor Codes
All color formats for development
HEX
#27808BRGB
rgb(39, 128, 139)HSL
hsl(187, 56%, 35%)OKLCH
oklch(0.553 0.083 207)CMYK
cmyk(72%, 8%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23737D
2#1F666F
3#1B5961
4#184D54
5#144046
6#103338
7#0C262A
8#081A1C
9#040D0E
Tints
Lighter variations
1#2F97A5
2#36AFBF
3#4ABDCC
4#64C6D3
5#7ED0DB
6#98D9E2
7#B1E3E9
8#CBECF0
9#E5F6F8
Tones
Muted variations
1#2C7C86
2#317881
3#36747C
4#3B7077
5#406C72
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 | CBEC #CBECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 74CC #74CCD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBE #4CBECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A0 #31A0AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2780 #27808B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5B #1C5B63 | 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: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CBECF0;
--teal-300: #A4DEE5;
--teal-400: #74CCD8;
--teal-500: #4CBECD;
--teal-600: #31A0AF;
--teal-700: #27808B;
--teal-800: #1C5B63;
--teal-900: #123A40;
--teal-950: #0B2428;
}