Teal
#27838B
CyanColor Codes
All color formats for development
HEX
#27838BRGB
rgb(39, 131, 139)HSL
hsl(185, 56%, 35%)OKLCH
oklch(0.561 0.084 203.5)CMYK
cmyk(72%, 6%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23767D
2#1F696F
3#1B5C61
4#184F54
5#144146
6#103438
7#0C272A
8#081A1C
9#040D0E
Tints
Lighter variations
1#2F9BA5
2#36B4BF
3#4AC1CC
4#64CAD3
5#7ED3DB
6#98DCE2
7#B1E4E9
8#CBEDF0
9#E5F6F8
Tones
Muted variations
1#2C7F86
2#317B81
3#36767C
4#3B7277
5#406E72
6#456A6D
7#4A6668
8#4F6263
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 | A4E0 #A4E0E5 | BordersInactive statesPlaceholder text |
| 400 | 74CF #74CFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC2 #4CC2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A5 #31A5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2783 #27838B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5E #1C5E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C40 | 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: #A4E0E5;
--teal-400: #74CFD8;
--teal-500: #4CC2CD;
--teal-600: #31A5AF;
--teal-700: #27838B;
--teal-800: #1C5E63;
--teal-900: #123C40;
--teal-950: #0B2528;
}