Teal
#0F6270
CyanColor Codes
All color formats for development
HEX
#0F6270RGB
rgb(15, 98, 112)HSL
hsl(189, 76%, 25%)OKLCH
oklch(0.457 0.076 212.5)CMYK
cmyk(87%, 13%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5865
2#0C4E5A
3#0B444F
4#093B43
5#083138
6#06272D
7#051D22
8#031416
9#020A0B
Tints
Lighter variations
1#147F92
2#189CB4
3#1DBAD5
4#35C9E3
5#57D2E8
6#78DBED
7#9AE4F1
8#BCEDF6
9#DDF6FA
Tones
Muted variations
1#145E6B
2#195B67
3#1E5762
4#23545D
5#285158
6#2C4D53
7#314A4E
8#364749
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F7FB;
--teal-200: #C5EFF7;
--teal-300: #98E4F1;
--teal-400: #62D5EA;
--teal-500: #35C9E3;
--teal-600: #1BACC5;
--teal-700: #15899D;
--teal-800: #0F6270;
--teal-900: #0A3F48;
--teal-950: #06272D;
}