Teal
#0F8DA3
CyanColor Codes
All color formats for development
HEX
#0F8DA3RGB
rgb(15, 141, 163)HSL
hsl(189, 83%, 35%)OKLCH
oklch(0.593 0.102 214.2)CMYK
cmyk(91%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7F93
2#0C7183
3#0B6372
4#095562
5#084752
6#063841
7#052A31
8#031C21
9#020E10
Tints
Lighter variations
1#12A7C2
2#15C2E0
3#2BCEEB
4#49D5EE
5#67DCF1
6#86E3F4
7#A4EAF7
8#C2F1F9
9#E1F8FC
Tones
Muted variations
1#17889C
2#1E8395
3#257E8D
4#2D7886
5#34737E
6#3C6E77
7#43696F
8#4A6468
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F1F9;
--teal-300: #94E6F5;
--teal-400: #5CDAF0;
--teal-500: #2DCFEB;
--teal-600: #13B1CD;
--teal-700: #0F8DA3;
--teal-800: #0B6575;
--teal-900: #07414B;
--teal-950: #04282F;
}